Vcenter NamespaceManagement Supervisors Zones Bindings Info
The Vcenter NamespaceManagement Supervisors Zones Bindings Info schema contains the information for a vSphere Zone related to a Supervisor.
This schema was added in vSphere API 9.0.0.0.
{
"zone": "string",
"type": "string",
"namespaces": [
"string"
],
"marked_for_removal": false,
"status": "string",
"messages": [
{
"severity": "string",
"details": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
],
"resource_allocation": {
"vm_reservations": [
{
"reserved_vm_class": "string",
"count": 0
}
]
}
}
Identifier of the vSphere Zone.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone
.
Type of the vSphere Zone.
For more information see: Vcenter NamespaceManagement Supervisors Zones Bindings Type.
This property was added in vSphere API 9.0.0.0.
List of vSphere Namespaces names associated with the vSphere Zone.
This property was added in vSphere API 9.0.0.0.
Indicates if vSphere Zone has been marked for removal.
This property was added in vSphere API 9.0.0.0.
Indicates vSphere Zone's configuration status.
For more information see: Vcenter NamespaceManagement Supervisors Zones Bindings ConfigStatus.
This property was added in vSphere API 9.0.0.0.
This property is optional because it was added in a newer version than its parent node.
List of messages populated when the vSphere Zone configuration was not successfully applied.
This property was added in vSphere API 9.0.0.0.
This property is optional because it was added in a newer version than its parent node.
Desired resource allocations for the vSphere Zone.
This property was added in vSphere API 9.0.0.0.
This property is optional because it was added in a newer version than its parent node.